So the sidebar can get the proper background and border colors.
<object class="GtkBox">
<child>
<object class="GtkScrolledWindow">
+ <style>
+ <class name="sidebar"/>
+ </style>
<property name="width-request">120</property>
<property name="hscrollbar-policy">never</property>
<property name="min-content-width">150</property>
</child>
</object>
</child>
- <child>
- <object class="GtkSeparator"/>
- </child>
<child>
<object class="GtkNotebook" id="notebook">
<property name="scrollable">1</property>